home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Wait < prev   
Encoding:
Text File  |  1998-02-16  |  504 b   |  25 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                   WAIT
  3.  
  4.  
  5.    USE:
  6.    The Wait command is used to pause the current CLI or shell process for
  7.    a specified amount of time.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0 (enhanced)
  14.  
  15.    EXAMPLES:
  16.    1>WAIT 5 SECS
  17.    1>WAIT 5 MINS
  18.    1>WAIT UNTIL 12:07
  19.  
  20.    NOTES:
  21.    You do not need a battery backed up clock installed within your system
  22.    for this program to work.
  23.  
  24.    However you will need one to run the last example above.
  25.